home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
m
/
muiv3.1cracked.lha
/
MUI
/
Developer
/
C
/
DLib
/
newobj.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-11-19
|
224b
|
11 lines
#include <clib/muimaster_protos.h>
#include <pragmas/muimaster_pragmas.h>
extern struct Library *MUIMasterBase;
APTR MUI_NewObject(char *class, Tag tag1, ...)
{
return(MUI_NewObjectA(class, (struct TagItem *) &tag1));
}